VObject::Disable

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index Return to Main Contents
 

NAME

VObject::Disable - instance method  

TEMPLATE

void Disable(bool redraw = TRUE)  

SPECIFIERS

public inline  

DESCRIPTION

Disable disables the VObject by calling the method Enable with the first argument set to FALSE which will clear the flag eVObjEnabled. See also enum VObjFlags.
Disabled VObjects don't get events until they are enabled again. Besides that many subclasses change the drawing color to a shade of grey if the VObject is disabled.  

ARGUMENTS

bool redraw = TRUE

indicates whether to redraw the VObject
after disabling
 

RETURN ARGUMENT

void

 

CATEGORIES

flag handling, client interface

 

FILES

implementation:
VObject.h


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:22 GMT, March 30, 2022